'Declaration Public Overrides Function GetPropertyOwner( _ ByVal pd As PropertyDescriptor _ ) As Object
'Usage Dim instance As EditableKeyValuePair(Of TKey,TValue) Dim pd As PropertyDescriptor Dim value As Object value = instance.GetPropertyOwner(pd)
public override object GetPropertyOwner( PropertyDescriptor pd )
Parameters
- pd